home *** CD-ROM | disk | FTP | other *** search
- - showExample1 {
- return [WOApp pageWithName:@"HyperlinkEx1"];
- }
-
- - showExample2 {
- return [WOApp pageWithName:@"HyperlinkEx2"];
- }
-
- - showExample3 {
- return [WOApp pageWithName:@"HyperlinkEx3"];
- }
-
- - showExample4 {
- return [WOApp pageWithName:@"HyperlinkEx4"];
- }
-
- // This method sets the current synopsis page for the session.
- // The "Synopsis Page" hyperlink in the example page requires this
- // information.
- - willPrepareForRequest:request inContext:context {
- [WOApp setSynopsisPage:[context pageName]];
- }
-
-
-